@media (max-width: 600px) {
  .mv-section {
    width: 100vw;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
  }
  .mv-card {
    width: 100vw;
    max-width: 100vw;
    min-width: 0;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
  }
}
@media (max-width: 600px) {
  .contact-cards {
    width: 100vw;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
  }
  .contact-card {
    width: 100vw;
    max-width: 100vw;
    min-width: 0;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
  }
}
@media (max-width: 600px) {
  .initiatives-list {
    width: 100vw;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
  }
  .initiative-card {
    width: 100vw;
    max-width: 100vw;
    min-width: 0;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
  }
}
@media (max-width: 600px) {
  .nature-cards {
    width: 100vw;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
  }
  .nature-card {
    width: 100vw;
    max-width: 100vw;
    min-width: 0;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
}
/* Stats Section */
.stats-section {
  background: linear-gradient(90deg, #ff5e8a 0%, #ff9966 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 4em;
  padding: 60px 0 40px 0;
  text-align: center;
}
.stat-card {
  flex: 1 1 0;
}
.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.3em;
}
.stat-label {
  font-size: 1.15rem;
  font-weight: 400;
}

/* Nature of Support Section */
.nature-section {
  background: #f7f8fa;
  padding: 60px 0 40px 0;
  text-align: center;
}
.nature-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #232a36;
  margin-bottom: 0.5em;
}
.nature-title .highlight {
  color: #ff5e8a;
}
.nature-desc {
  color: #4a5568;
  font-size: 1.25rem;
  margin-bottom: 2.5em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.nature-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  margin-top: 2em;
}
.nature-card {
  background: #fff;
  border-radius: 1.5em;
  box-shadow: 0 4px 24px rgba(255, 94, 98, 0.10);
  padding: 2.5em 2em 2em 2em;
  text-align: left;
  max-width: 370px;
  min-width: 320px;
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transition: box-shadow 0.2s;
  margin-bottom: 0.5em;
}
.nature-card:hover {
  box-shadow: 0 8px 32px rgba(255, 94, 98, 0.16);
}
.nature-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 1.2em;
  font-size: 2.2rem;
  background: linear-gradient(90deg, #ff5e8a 0%, #ff9966 100%);
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 2px 8px rgba(255, 94, 98, 0.10);
}
.nature-card-title {
  font-size: 1.18rem;
  font-weight: 700;
  color: #232a36;
  margin-bottom: 0.1em;
  letter-spacing: 0.01em;
}
.nature-card-desc {
  color: #4a5568;
  font-size: 1.08rem;
  margin-bottom: 1em;
}
.nature-card-highlight {
  background: linear-gradient(90deg, #fff6fa 0%, #ffe6d6 100%);
  color: #d72660;
  font-size: 1.05rem;
  border-radius: 0.7em;
  padding: 0.7em 1em;
  margin-top: 0.7em;
  margin-bottom: 0.2em;
  display: inline-block;
}

/* Key Initiatives Section */
.initiatives-section {
  background: #fff;
  padding: 40px 0 40px 0;
  text-align: center;
}
.initiatives-title {
  font-size: 2rem;
  font-weight: 700;
  color: #232a36;
  margin-bottom: 1em;
}
.initiatives-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}
.initiative-card {
  background: #fff;
  border-radius: 1.2em;
  box-shadow: 0 4px 24px rgba(255, 94, 98, 0.10);
  padding: 1.5em 2em;
  min-width: 220px;
  max-width: 320px;
  flex: 1 1 220px;
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}
.initiative-arrow {
  color: #ff5e8a;
  font-size: 1.2rem;
  margin-right: 0.5em;
}
.initiative-text {
  color: #232a36;
  font-size: 1.08rem;
  text-align: left;
}

/* Join Us Section */
.join-section {
  background: linear-gradient(90deg, #ff5e8a 0%, #ff9966 100%);
  color: #fff;
  text-align: center;
  padding: 60px 0 40px 0;
}
.join-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.join-desc {
  font-size: 1.25rem;
  margin-bottom: 2em;
}
.join-buttons {
  display: flex;
  gap: 2em;
  justify-content: center;
  margin-bottom: 2em;
}
.join-btn-primary {
  background: #fff;
  color: #d72660;
  border: none;
  border-radius: 2em;
  padding: 1em 2.5em;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(255, 94, 98, 0.10);
  transition: box-shadow 0.2s;
  display: flex;
  align-items: center;
  gap: 0.7em;
}
.join-btn-primary:hover {
  box-shadow: 0 4px 16px rgba(255, 94, 98, 0.18);
}
.join-btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 2em;
  padding: 1em 2.5em;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.join-btn-outline:hover {
  background: #fff;
  color: #d72660;
}

/* Contact Section */
.contact-section {
  background: #fff;
  padding: 60px 0 40px 0;
  text-align: center;
}
.contact-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #232a36;
  margin-bottom: 0.5em;
}
.contact-desc {
  color: #4a5568;
  font-size: 1.15rem;
  margin-bottom: 2em;
}
.contact-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  margin-top: 2em;
}
.contact-card {
  background: #fff;
  border-radius: 1.5em;
  box-shadow: 0 4px 24px rgba(255, 94, 98, 0.10);
  padding: 2em 2em 2em 2em;
  text-align: center;
  max-width: 320px;
  min-width: 220px;
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: box-shadow 0.2s;
  margin-bottom: 0.5em;
}
.contact-card:hover {
  box-shadow: 0 8px 32px rgba(255, 94, 98, 0.16);
}
.contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 1.2em auto;
  font-size: 2.2rem;
  background: linear-gradient(90deg, #ff5e8a 0%, #ff9966 100%);
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 2px 8px rgba(255, 94, 98, 0.10);
}
.contact-card-title {
  font-size: 1.18rem;
  font-weight: 700;
  color: #232a36;
  margin-bottom: 0.1em;
  letter-spacing: 0.01em;
}
.contact-card-desc {
  color: #4a5568;
  font-size: 1.08rem;
  margin-bottom: 1em;
}
.contact-details {
  color: #232a36;
  font-size: 1.05rem;
  margin-bottom: 0.2em;
}

@media (max-width: 900px) {
  .stats-section {
    flex-direction: column;
    gap: 2em;
    padding: 40px 0 30px 0;
  }
  .nature-cards {
    flex-direction: column;
    gap: 1.5em;
  }
  .nature-card {
    max-width: 95vw;
    width: 95vw;
    min-width: 0;
  }
  .initiatives-list {
    flex-direction: column;
    gap: 1.5em;
  }
  .initiative-card {
    max-width: 95vw;
    width: 95vw;
  }
  .join-buttons {
    flex-direction: column;
    gap: 1.5em;
  }
  .contact-cards {
    flex-direction: column;
    gap: 1.5em;
  }
  .contact-card {
    max-width: 95vw;
    width: 95vw;
    min-width: 0;
  }
}
body {
  background: #fff;
}
/* Hero Section */
.hero-section {
  background: linear-gradient(180deg, #fff6fa 0%, #ffe6d6 100%);
  padding: 80px 0 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-section h1 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #232a36;
  margin-bottom: 0.2em;
  line-height: 1.1;
  width: 100%;
  text-align: center;
}
.hero-section .highlight {
  color: #ff5e8a;
  font-weight: 700;
  font-size: 3.2rem;
  display: block;
  margin-top: 0.1em;
}
.hero-section p {
  color: #4a5568;
  font-size: 1.35rem;
  margin-bottom: 2em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hero-buttons {
  display: flex;
  gap: 2em;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  width: 100%;
}
.btn-primary {
  background: linear-gradient(90deg, #ff5e8a 0%, #ff9966 100%);
  color: #fff;
  border: none;
  border-radius: 2em;
  padding: 1em 2.5em;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(255, 94, 98, 0.10);
  transition: box-shadow 0.2s;
}
.btn-primary:hover {
  box-shadow: 0 4px 16px rgba(255, 94, 98, 0.18);
}
.btn-outline {
  background: #fff;
  color: #ff5e8a;
  border: 2px solid #ff5e8a;
  border-radius: 2em;
  padding: 1em 2.5em;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.btn-outline:hover {
  background: #ff5e8a;
  color: #fff;
}

/* Mission & Vision Cards */
.mv-section {
  display: flex;
  gap: 2em;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  padding: 40px 0 0 0;
  background: none;
}
.mv-card {
  background: linear-gradient(135deg, #fff6fa 0%, #ffe6d6 100%);
  border-radius: 1.5em;
  box-shadow: 0 4px 24px rgba(255, 94, 98, 0.08);
  padding: 2.5em 2em 2em 2em;
  text-align: left;
  max-width: 500px;
  flex: 1 1 0;
  transition: box-shadow 0.2s;
  margin-bottom: 2em;
}
.mv-card:hover {
  box-shadow: 0 8px 32px rgba(255, 94, 98, 0.16);
}
.mv-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #232a36;
  margin-bottom: 0.7em;
  display: flex;
  align-items: center;
  gap: 0.7em;
}
.mv-title i {
  font-size: 1.5rem;
  color: #ff5e8a;
}
.mv-desc {
  color: #4a5568;
  font-size: 1.1rem;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .hero-section h1,
  .hero-section .highlight {
    font-size: 2.2rem;
  }
  .mv-section {
    flex-direction: column;
    align-items: center;
    gap: 2em;
    padding: 30px 0 0 0;
  }
  .mv-card {
    max-width: 95vw;
    width: 95vw;
  }
}
